AddRange(Appointment[]) Method
Adds an array of
Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
'Declaration
Public Overloads Overrides Sub AddRange( _
ByVal () As Appointment _
)
Parameters
- items
- An array of Appointment objects.